var reflect.funcTypes

8 uses

	reflect (current package)
		type.go#L1826: var funcTypes []Type
		type.go#L1832: 	if n >= len(funcTypes) {
		type.go#L1834: 		copy(newFuncTypes, funcTypes)
		type.go#L1835: 		funcTypes = newFuncTypes
		type.go#L1837: 	if funcTypes[n] != nil {
		type.go#L1838: 		return funcTypes[n]
		type.go#L1841: 	funcTypes[n] = StructOf([]StructField{
		type.go#L1851: 	return funcTypes[n]